将下面代码添加到主题functions.php搜索文件中:
function coolwp_remove_open_sans_from_wp_core() { wp_deregister_style( 'open-sans' ); wp_register_style( 'open-sans', false ); wp_enqueue_style('open-sans',''); } add_action( 'init', 'coolwp_remove_open_sans_from_wp_core' );
安装 Remove Open Sans font from WP core 插件,直接后台插件搜索安装启用该插件。